Welcome![Sign In][Sign Up]
Location:
Search - avr code

Search list

[SCMcode

Description: avr开发板代码,包含各种外设驱动的示例代码-avr demo C code
Platform: | Size: 227328 | Author: 胡安 | Hits:

[SCMProteus-AVR

Description: Proteus教程-AVR单片机源代码调试-Proteus Tutorial-AVR single-chip debug source code
Platform: | Size: 2704384 | Author: 董大领 | Hits:

[SCMatmega_i2c

Description: Atmega avr i2c sample code.
Platform: | Size: 7168 | Author: Sang-hun Lee | Hits:

[SCMTool

Description: 学习AVR单片机的一个很好的辅助工具,可以计算PWM和串口调试和计算,还有数码管编码功能-AVR microcontroller to learn a very good tool, can calculate the PWM and the serial debug and computing, but also features a digital control code, etc.
Platform: | Size: 704512 | Author: asfg | Hits:

[Otheravr

Description: atmel 汇编代码,用于调试实验用,精简实用,适用于初学者-atmel assembly code
Platform: | Size: 6144 | Author: xuezhen | Hits:

[SCMIARAVR

Description: IAR for AVR是ATMEL公司推荐的AVR开发环境,其代码编译效率比GCC和ICC高25 到50 ,因此深受欢迎,但其相关的资料却很少,我上传一些能快速上手的资料(包括IAR的扩展关键字,GCC AVR的代码如何移植到IAR等等)-IAR for AVR is ATMEL' s AVR recommended development environment, its code is more efficient than GCC and ICC to compile a 25 to 50 , so very popular, but very little relevant information, I would upload the information that can quickly get started (including the expansion of IAR keyword, GCC AVR code for how to migrate to IAR, etc.)
Platform: | Size: 932864 | Author: zhuhuiqin | Hits:

[Embeded-SCM DevelopAVR-GCC-Tutorial

Description: avr code gcc guide for development
Platform: | Size: 577536 | Author: tinivella riccardo | Hits:

[SCMCodeVision-AVR-CHINESE

Description: CodeVision AVR C Compiler使用简介 CodeVision AVR C 源程序例子 CodeVisionAVR C 编译器参考 CodeVisionAVR C 库函数介绍-CodeVision AVR C Compiler using the profile CodeVision AVR C source code examples CodeVisionAVR C compiler, reference CodeVisionAVR C library function description
Platform: | Size: 4134912 | Author: bjhhl | Hits:

[SCMAttiny2313-GPS-locator-code

Description: gps bascom attiny code
Platform: | Size: 4096 | Author: dima | Hits:

[OtherAVR

Description: 本书针对AT90LS8535单片机,详细介绍了其内部结构,指令系统,C程序基础及应用程序开发,适合学习-This book for AT90LS8535 microcontroller, detailing its internal structure, instruction set, C code base and application development, suitable for learning
Platform: | Size: 6751232 | Author: fengbin | Hits:

[SCMAVR..Uart..Cyuanma..pretous

Description: AVR单片机的串口通信,C语言代码,KEIL编译文件,pretous仿真文件,资料全面详细-AVR microcontroller serial communication, C language code, KEIL compiler file, pretous simulation documents, data, full details
Platform: | Size: 39936 | Author: 深圳 | Hits:

[SCMavr-11

Description: 双龙电子的ICC AVR例程源码,写的比较简单容易懂,对初学者比较好。也可以参考。里面附带IIC,1602,UART等例子-Ssangyong Electronics ICC AVR routine source code, written in relatively simple and easy to understand for beginners better. Also can refer to. Inside with IIC, 1602, UART, etc. Examples of
Platform: | Size: 64512 | Author: bo | Hits:

[SCMshexiangtou

Description: ov7760摄像头 avr源码 带很多参考设计资料 包含源码和电路图等-ov7760 camera avr source code with a lot of reference design information includes source and schematics, etc.
Platform: | Size: 9675776 | Author: 111111 | Hits:

[SCMAVR

Description: 利用AVR单片机控制舵机的资料和源代码,十分实用-Using AVR microcontroller controls the servo information and source code, very useful
Platform: | Size: 1199104 | Author: zhaoyuxi | Hits:

[SCMAVR-GSM-SMS

Description: AVR-GSM is excellent board for adding remote monitoring and control
Platform: | Size: 79872 | Author: Bondarev | Hits:

[Software Engineeringavr-gcc

Description: 如何使用AVR-GCC,从安装开始到怎样在c中嵌入汇编代码-How to use AVR-GCC, starting from installation to how to embed assembly code in c
Platform: | Size: 23552 | Author: 徐子陵 | Hits:

[SCMavr-RF905

Description: 杭州茂葳科技 NRF905基于AVR源代码。-Hangzhou-Mao Wei Technology NRF905 based AVR source code.
Platform: | Size: 48128 | Author: 杭州茂葳科技 | Hits:

[SCMavr128usart

Description: 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a round robin (Polling) a simple manner to send and receive code. But for high-speed AVR speaking, this approach greatly reduces the efficiency of MUC. When using the AVR should be based on the characteristics of the chip itself (on-chip high-capacity data device RAM, more suitable for high-level language for writing system programs), the preparation of highly efficient and reliable UART transceiver interface (lower) program. The following is a typical USART interface program.
Platform: | Size: 2048 | Author: 男人 | Hits:

[SCMAVR

Description: ATmega128具备引导加载支持的用户程序自编程功能(In-System Programming by On-chipBoot Program),它提供了一个真正的由MCU本身自动下载和更新(采用读/写同时"Read-While-Write"进行的方式)程序代码的系统程序自编程更新的机制。利用AVR的这个功能,可以实现在应用编程(IAP)以及实现系统程序的远程自动更新的应用。 -ATmega128 bootloader support with user program from the programming function (In-System Programming by On-chipBoot Program), which provides a real from the MCU to automatically download and update itself (with read/write at the same time " Read-While-Write" The way) system program code update mechanism for self-programming. Using AVR to this feature, you can achieve in the Application Programming (IAP) and the system automatically updates the remote process applications.
Platform: | Size: 6144 | Author: 男人 | Hits:

[SCMAVR

Description: 自制AVR开发板详细资料,其中包括详细的代码和PCB制作。包括12846LCD,18B20,DS1302,PS/2,62256,RS232,RS485等-Home AVR development board detailed information, including details of the code and PCB production. Including 12846LCD, 18B20, DS1302, PS/2,62256, RS232, RS485, etc.
Platform: | Size: 443392 | Author: 陈晨 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net